home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / bbs / jewel24.zip / EXAMPLE.CFG < prev    next >
Text File  |  1995-12-26  |  4KB  |  69 lines

  1. THIS FILE IS FOR EXAMPLE ONLY.  YOU MUST CREATE A JEWEL.CFG (MINUS ALL THE
  2. COMMENTS) FOR THE GAME TO WORK.
  3.  
  4. ===============================================================================
  5. Single Node Configuration File:
  6.  
  7. This is what the JEWEL.CFG contains when created (less the comments) 
  8. for Single Node operation.  When Multi-Node is set to "N" then the 
  9. JEWEL.CFG can be a different name (i.e. JEWEL.CF1, JEWEL.CF2, etc.).
  10.  
  11. 1                        <-- COM PORT 1, 2, 3, 4 or &H###/#
  12. N                        <-- Multi-Node 'Y' or 'N' (Yes only works in Reg Ver)
  13. COM-DAT BBS              <-- Name Of BBS
  14. Mike Jordan              <-- Sysop's Name or alias
  15. DOOR.SYS                 <-- BBS Created Caller Info File
  16. C:\WC30\WCWORK\NODE1\    <-- Drive & Path Of Systems Caller File (Note \'s)
  17. LOG                      <-- LOG to keep user log or NOLOG to disable
  18. C:\BULLETIN\BULL99.ASC   <-- Drive\Path\BulletinName For Ascii Scores
  19. C:\BULLETIN\BULL99.ANS   <-- Drive\Path\BulletinName For Ansi Scores
  20. Wildcat                  <-- Type of BBS System Your Running
  21. Thanks for Registering   <-- 50 character dedication line (Registered ver only)
  22. 3                        <-- Number of games allowed Per Day (1 to 99)
  23. 3                        <-- Number of days allowed for makeup
  24. 10             <-- Start Day of makeup days                
  25. 1                        <-- Number of Nodes on BBS (1=Single Node)
  26. 1.5                      <-- Guard Action Index 1-2 (larger number = slower)
  27.  
  28. Note 1:  A Lines have to be in the config file, even if they are blank.
  29.  
  30. Multi-Node Configuration File:
  31.  
  32. This is what the JEWEL.CFG contains when created (less the comments) for
  33. Multi-Node operation. When Multi-Node is set to "Y", the JEWEL.CFG file
  34. MUST be named JEWEL.CFG or it will not work.
  35.  
  36. %WCPORTID%                 <-- COM PORT 1, 2, 3, 4 or &H###/# 
  37. Y                          <-- Multi-Node 'Y' or 'N' (Yes only works in Reg Ver)
  38. COM-DAT BBS                <-- Name Of BBS
  39. Mike Jordan                <-- Sysop's Name or alias
  40. DOOR.SYS                   <-- BBS Created Caller Info File
  41. C:\WC30\WCWORK\%WCNODEID%\ <-- Drive & Path Of Systems Caller File (Note \'s)
  42. LOG                        <-- LOG to keep user log or NOLOG to disable
  43. C:\BULLETIN\BULL99.ASC     <-- Drive\Path\BulletinName For Ascii Scores
  44. C:\BULLETIN\BULL99.ANS     <-- Drive\Path\BulletinName For ANSI Scores
  45. Wildcat                    <-- Type of BBS System Your Running
  46. Thanks for Registering     <-- 50 character dedication line (Registered ver only)
  47. 3                          <-- Number of games allowed Per Day (1 to 99)
  48. 3                          <-- Number of days allowed for makeup
  49. 10               <-- Start Day of makeup days                
  50. 4                          <-- Numer of Nodes on BBS
  51. 1.5                        <-- Guard Action Index Anything between 1 to 2
  52.  
  53. Note 1:  All Lines have to be in the config file, even if they are blank.
  54.  
  55. These are plain ASCII files.  Any ASCII editor can be used to create or edit 
  56. them.
  57.  
  58. Errors that you might encounter:
  59.  
  60. Error 76 - This indicates that a path is set wrong.
  61. Error 62 - (Input past end of file) This indicates you do not
  62.            have the right number of lines in your *.CFG file.
  63. Error 53 - File Not Found
  64.  
  65. Problem Reading Port or NodeID!! - If you are experencing a problem with 
  66. reading the NodeID or PORTID, then check that your SET WCPORTID= and 
  67. SET WCNODEID= (or what ever you use for an environmental variable) are in
  68. ALL CAPS on both the SET line and the corresponding *.CFG line.
  69.